home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
program
/
vol16n12.zip
/
IPC.ZIP
/
CATCH.ZIP
/
CATCH.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-07
|
747b
|
36 lines
// Catch.h : main header file for the CATCH application
//
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CCatchApp:
// See Catch.cpp for the implementation of this class
//
class CCatchApp : public CWinApp
{
public:
CCatchApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCatchApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CCatchApp)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////